\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage[font=small,labelfont=bf,tableposition=top]{caption}

\DeclareCaptionLabelFormat{andtable}{#1~#2  \&  \tablename~\thetable}
\begin{document}
This equation has frequently  appeared in different fields of science and engineering such as; physics, mechanics, chemistry\\
\begin{minipage}{\textwidth}
	\begin{minipage}[b]{0.40\textwidth}
		\centering
	\includegraphics[width=1.0\textwidth]{Fig1}
		\captionof{figure}{A table beside a figure}
	\end{minipage}
	\hfill
	\begin{minipage}[b]{0.5\textwidth}
		\centering
		\begin{tabular}{cccc}\hline
Table head & Table head& Table head & Table head  \\ \hline
Table head & Table head& Table head & Table head  \\ \hline
Table head & Table head& Table head & Table head  \\ \hline
Table head & Table head& Table head & Table head  \\ \hline
Table head & Table head& Table head & Table head  \\ \hline
		\end{tabular}
		\captionof{table}{A table beside a figure}
	\end{minipage}
\end{minipage}\\
This equation has frequently  appeared in different fields of science and engineering such as; physics, mechanics, chemistry
\end{document}