WordPress do_shortcode and Masterslider

I try to add do_shortcode into a new theme.

How to manage Masterslider and do_shortcode as it is a WordPress function?

Shortcode is already inside the WordPress do_shortcode function.

As I understand I enter a shortcode into the Gutenberg block editor such as [masterslider id=”12″]
But how do we also show up a slider?

<?php echo do_shortcode( '[your shortcode goes here]' ); ?>

As it is pure jQuery stand-alone application, what to do to show slider using a short code?