Share contents/posts between sites in a WordPress 5.6

In the multisite you can try the switch_to_blog() and restore_current_blog() functions.

Here the documentation: https://developer.wordpress.org/reference/functions/switch_to_blog/.