Might have to install libreoffice - on macos
using brew
one way to do this is:
brew install libreoffice-language-pack --cask libreoffice`
/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to docx FILE.DOC
Multiple files with --outdir ~/Desktop/output
and giving a list of files e.g. *.DOC
Found details in this online article