Best practice to query Custom Posts

When the front page points to a Static Page, what is the best practice for running multiple loops to also display latest blog posts and a list of recent posts from a Custom Post Type?

WP_Query?
query_vars?

Is there a good example out there of querying for posts when not using the default Loop?

Thanks

clearly