Create a child theme from multiple themes

It’s possible call these three other themes in standard way to be the
cores of the child theme?

I assume you mean “Is it possible…”? No. You can’t use multiple themes as parents. WordPress is not built that way. Besides, how would you parse the logic? Suppose each parent had a tag.php template or an author.php. Which would be used? How would the system know? Then there is likely to be conflicting code in the functions.php file, possibly conflicting filters and actions,…

I am sure you could hack together a way to load various templates but it wouldn’t be a “WordPress” child theme and it would be a nightmare to write and maintain.