Transfer Part of Multisite to new Domain

Simple, you don’t separate anything because that is going to be terribly complicated. It is advisable to use the standard WordPress import export. See this tutorial:

http://www.wpbeginner.com/wp-tutorials/how-to-move-a-site-from-wordpress-multisite-to-single-install/

However, your plugin and theme options will have to be re-set manually after the transfer. If any of those plugins use custom tables, you’d have to figure how the plugin accesses its tables and how is data for that particular blog stored. If everything is custom post types and taxonomies, you are covered.