Hi Kübra,
I cannot be sure of your problem without more information, but it sounds like your calls VCF file is not correctly formatted. How are you making that file?
You can try,
rtg vcfstats --sample NA18874 calls.vcf.gz
to check whether the specified sample is in the VCF file.
Also, you can try,
zgrep -m1 '^#CHROM' calls.vcf.gz
and check that the sample name appears in the list.
Otherwise, please post the exact command lines you are running, and if possible the header lines from the calls and baseline VCF files.
Hope this helps,
Sean.