\documentclass[12pt]{article}
\usepackage{fontspec}

\setmainfont{DejaVu Serif}
\newfontfamily\jap{VL Gothic}

\begin{document}

This is English.

{\jap これは 日本語 です }


\end{document}
