there is an application called EP-Dev Forum News (
http://www.ep-dev.com/scripts-5.php). This app can be used to display latest topic of selected categories from some forums (phpBB, IPB, VBulletin, etc). Anyway, if you want to display selected topics instead of latest ones from selected categories, you must tweak it a bit.
Let's assume you have downloaded the app. Check the following files news.php and admin/index.php. In news php, edit EP_Dev_Forum_News::news() so that it will take parameter for switches between category and topic. Then in admin/index.php, modify EP_Dev_Forum_News_Admin:: page_ForumSettings() and EP_Dev_Forum_News_Admin:: page_NewsSettings() so that it will now have inputs for news source switch and selected topic to post in case news source is selected post.
Good luck