This is easy to do using Pandoc. Here's an example using an imaginary scientific manuscript file named "manuscript.docx" on my MacBook Pro; execute the following in Terminal:
pandoc /path/to/manuscript.docx -o manuscript.tex
This outputs a .tex file that can be edited and typeset in a LaTeX editor like TeXMaker or TeXShop