You can animate two plots side-by-side for example with Row:
Row
Animate[Row[{Graphics[Point[AngleVector[t]], PlotRange -> 1.1, Frame -> True], Graphics[Point[AngleVector[2 t]], PlotRange -> 1.1, Frame -> True]}], {t, 0, 2 Pi, Pi/100}]