I have the function $f(x) = 3x - x^3$ evaluating the absolute max and min on the interval $[-2,3]$.
The critical points are $-1$ and $1$. The value of $f(1) = 2$ and the value of $f(-2) = 2$. Are both of these absolute maximums?
EDIT: on the closed interval of $[-2,3]$
Just to confirm your work, if we have $f(x)=3x-x^3$, then $f'(x)=3-3x^2$ which has zeros at $x=\pm 1$. At $x=1$, $f''(1)= -6$ so that $(1,f(1))=(1,2)$ is a local maximum and $f''(-1)=6$ so that $(-1,f(-1))=(-1,-2)$ is a local minimum. If you restrict to the interval $[-2,3]$, then you must also consider the endpoints. Now at $x=-2$, we have $f(-2)=2$ and $f(3)=-18$. Then $f(x)$ has a maximum value $2$ on the interval $[-2,3]$ that happens to occur twice: once at $x=-2$ and once at $x=1$. We can see this function on the interval $[-2,3]$ below:
It is fine for the same maximum for a function to occur many times over a given interval. Take for example $f(\theta)=\sin(2\theta)$ over the interval $[0,2\pi]$. The same maximum and minimum value occur several times, just at different locations. That might be the confusion. While the max/min value occurs multiple times, the points are unique. In your example, the maximum value $2$ occurs twice (so there is still only one absolute maximum, the value $2$) but at it occurs at two distinct points: $(-2,2)$ and $(1,2)$.