vim -o file1.txt file2.txt
vim -O file1.txt file2.txt
You may optionally specify the number of splits to open. The following example opens two horizontal splits and loads file3.txt in a buffer:
file3.txt
vim -o2 file1.txt file2.txt file3.txt