@Dipti Chhatrapati There is no out of box solution to sync/migrate B2C users to standard Azure AD tenant as the information stored for signed-up local/social users is different than standard AAD users. You may consider exporting minimum required attributes from source directory to create users and use below method to create users in target directory:
If you want to add the users as Guests, use below method:
You may also consider combining multiple requests by using $batch endpoint, as explained here: https://learn.microsoft.com/en-us/graph/json-batching
-----------------------------------------------------------------------------------------------------------
Please "Accept as answer" wherever the information provided helps you to help others in the community.