can i create 2 blog ‘feeds’ within one blog

You can also create a custom feed and this to WP; use the function add_feed() for add a feed to WordPress and define the content inside the feed.

A example for feed with the drafts of WP can you read in this post.