Documentation
Template Tag
Custom user registration can be use as template tag anywhere in your WordPress site by using PHP.
<?php
$actionType = "registration";
$formName = "my_form";
echo userMetaProfileRegister( $actionType, $formName );