Thanks for the response!
I used this to merge my files by setting the missing genotypes as 0/0
bcftools merge -m none -0 file1.vcf.gz file2.vcf.gz > mergedfile.vcf
Both vcf files also contain unshared variants. I guess it will also create missing genotypes in the merged file. In that case, what should I use?