Hi Adam,
You cannot specify the article in recent post shortcode but a workaround would to create a category and assign the posts that you want to be displayed in the recent post in that category. Let’s say the category is featured.

[recent_posts count="2" category="featured"]
category: to filter your posts by category, input the slug of your desired category; also accepts multiple category slugs separated by a comma to display posts in any of those categories, or multiple category slugs separated by a plus sign to display posts that have all of those categories.
Hope this helps.