You don't want that vendors see the tab "Vendor Profile"?
If you don't want that vendors see the tab "Vendor Profile" located in the dashboard backend of the vendor, put this code in the functions.php of your theme:
add_filter( 'yith_wcmv_hide_vendor_profile', '__return_true' );