Easy enough to do outside MetaShape, assuming your photos are evenly distributed and have a unique continuous counting id ... for every second image simple make a new directory and
cp *.0 *.2 *.4 *.6 *.8 ../newdir
Or the equivalent for your file numbering scheme and OS.