\documentclass{elsarticle}
\usepackage[T2A]{fontenc}
\usepackage{geometry}
\usepackage[english.us]{babel}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{blindtext}
\usepackage{lipsum}
\usepackage{multicol}
\usepackage[absolute,overlay]{textpos}
\usepackage{tikz}
\begin{document}
\begin{multicols}{2}
\blindtext[1]
\vphantom{\begin{tikzpicture}
\draw (0,0) rectangle (1, 4);
\end{tikzpicture}}
\blindtext[2.5]
We need to make a break in the correct place? So we manually select this place and the size of this break; this is why I am talking about perversion.
Нам нужен разрыв в нужном месте, при этом мы вручную выбираем это место и величину разрыва, именно поэтому я пишу об извращении
\vphantom{\begin{tikzpicture}
\draw (0,0) rectangle (1, 4.6);
\end{tikzpicture}}
\begin{textblock}{10}(3,6)
\begin{figure}[ht]
\centering
\begin{tikzpicture}
\draw [red, thick ] (0,0) rectangle (10,1.5);
\node at (5,.5) {Две колонки--это выдумка дьявола. };
\end{tikzpicture}
\caption{ZFC and FC (a) magnetic susceptibility (<img src='https://dxdy-01.korotkov.co.uk/f/c/9/1/c91091e68f0e0113ff161179172813ac82.png' class="latex" alt="$\chi$" title="$\chi$" />) and (c) reciprocal magnetic susceptibility (<img src='https://dxdy-02.korotkov.co.uk/f/9/c/b/9cbbffef381a179d12df3ceebef60dc982.png' class="latex" alt="$\chi^{-1}$" title="$\chi^{-1}$" />) versus temperature (<img src='https://dxdy-03.korotkov.co.uk/f/2/f/1/2f118ee06d05f3c2d98361d9c30e38ce82.png' class="latex" alt="$T$" title="$T$" />) for CuFe<img src='https://dxdy-04.korotkov.co.uk/f/3/1/1/3116ed7608407cac0daedfa52d251bd682.png' class="latex" alt="$\textrm{O}_2$" title="$\textrm{O}_2$" /> at 0.5 T, (b) is the local enlargement of the magnetic transition.}
\end{figure}
\end{textblock}
\lipsum[1-5]
\end{multicols}
\end{document}