Open the side by side view:
Ctrl+w v
Change between them:
Ctrl+w h or l
You can then open another file for comparison in one side by entering a command such as:
:e file2.txt
Checkout the vimdiff command, part of the vim package, if you want a diff-like view, e.g.:
vimdiff file1.txt file2.txt