How can a connect two V nodes with an arrow? The nodes to be connected are from differente trees.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{forest}
\begin{document}
\begin{forest}
[VP[DP][V’[V,red][DP]]]
\end{forest}
\quad
\begin{forest}[VP
[DP ] [ V’[V,red][ DP]]
]\end{forest}
\end{document}


