Fill New Taxonomies

So! I solve this situation with: wp_set_post_terms.

I iterate my posts and for each one wp_set_post_terms make that part.

See here: https://developer.wordpress.org/reference/functions/wp_set_post_terms/

Now I have my categories from wp and my customs post with his own categories.