For two columns, use the multicol
package along with the following code:
begin{multicols}{2}
bibliography{bibtexFile}
end{multicols}
Use setlength{itemsep}{1pt}
inside of the thebibliography
environment to change the spacing of bibliography items.