Yes, you can simply change the links for checkout (in the header and on the shopping cart page) to point directly to the checkout_shipping_address page by editing your tpl_header and tpl_shopping_cart_default files and changing
Code:
zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')
to
Code:
zen_href_link(FILENAME_CHECKOUT_SHIPPING_ADDRESS, '', 'SSL')
If someone clicks on the checkout link before they are logged in, they will go to log in or create an account, and the cart should redirect them automatically to the checkout_shipping_address page on completion.