Yes it is.
I normally create stored procedures in SQL Server or if I have a job in SQL Server, I would refer to sp_start_job
http://msdn2.microsoft.com/en-us/library/ms186757.aspx
Then from Microsoft Access I use ADO in a module and execute stored procedures. In access if you have a module I think you can call it as a function from your queries too.