Sharing functions between plugins

If you want the theme to be independent from the CPT’s, place the CPT’s as plugin(s). If the CPTs go with the theme, functions.php sounds like the perfect spot for them.

If you add them as plugins, you should group them in one or more plugins depending on functionality, not on post type.